3.116 \(\int \frac{a+b \sin ^{-1}(c x)}{x^2 \sqrt{d-c^2 d x^2}} \, dx\)

Optimal. Leaf size=66 \[ \frac{b c \sqrt{1-c^2 x^2} \log (x)}{\sqrt{d-c^2 d x^2}}-\frac{\sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right )}{d x} \]

[Out]

-((Sqrt[d - c^2*d*x^2]*(a + b*ArcSin[c*x]))/(d*x)) + (b*c*Sqrt[1 - c^2*x^2]*Log[x])/Sqrt[d - c^2*d*x^2]

________________________________________________________________________________________

Rubi [A]  time = 0.0904784, antiderivative size = 66, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.074, Rules used = {4681, 29} \[ \frac{b c \sqrt{1-c^2 x^2} \log (x)}{\sqrt{d-c^2 d x^2}}-\frac{\sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right )}{d x} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcSin[c*x])/(x^2*Sqrt[d - c^2*d*x^2]),x]

[Out]

-((Sqrt[d - c^2*d*x^2]*(a + b*ArcSin[c*x]))/(d*x)) + (b*c*Sqrt[1 - c^2*x^2]*Log[x])/Sqrt[d - c^2*d*x^2]

Rule 4681

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(
(f*x)^(m + 1)*(d + e*x^2)^(p + 1)*(a + b*ArcSin[c*x])^n)/(d*f*(m + 1)), x] - Dist[(b*c*n*d^IntPart[p]*(d + e*x
^2)^FracPart[p])/(f*(m + 1)*(1 - c^2*x^2)^FracPart[p]), Int[(f*x)^(m + 1)*(1 - c^2*x^2)^(p + 1/2)*(a + b*ArcSi
n[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[c^2*d + e, 0] && GtQ[n, 0] && EqQ[m + 2*p
 + 3, 0] && NeQ[m, -1]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

\begin{align*} \int \frac{a+b \sin ^{-1}(c x)}{x^2 \sqrt{d-c^2 d x^2}} \, dx &=-\frac{\sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right )}{d x}+\frac{\left (b c \sqrt{1-c^2 x^2}\right ) \int \frac{1}{x} \, dx}{\sqrt{d-c^2 d x^2}}\\ &=-\frac{\sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right )}{d x}+\frac{b c \sqrt{1-c^2 x^2} \log (x)}{\sqrt{d-c^2 d x^2}}\\ \end{align*}

Mathematica [A]  time = 0.124217, size = 69, normalized size = 1.05 \[ \frac{b c \log (x) \sqrt{d-c^2 d x^2}}{d \sqrt{1-c^2 x^2}}-\frac{\sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right )}{d x} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcSin[c*x])/(x^2*Sqrt[d - c^2*d*x^2]),x]

[Out]

-((Sqrt[d - c^2*d*x^2]*(a + b*ArcSin[c*x]))/(d*x)) + (b*c*Sqrt[d - c^2*d*x^2]*Log[x])/(d*Sqrt[1 - c^2*x^2])

________________________________________________________________________________________

Maple [C]  time = 0.148, size = 216, normalized size = 3.3 \begin{align*} -{\frac{a}{dx}\sqrt{-{c}^{2}d{x}^{2}+d}}+{\frac{ib\arcsin \left ( cx \right ) c}{d \left ({c}^{2}{x}^{2}-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) }\sqrt{-{c}^{2}{x}^{2}+1}}-{\frac{b\arcsin \left ( cx \right ) x{c}^{2}}{d \left ({c}^{2}{x}^{2}-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) }}+{\frac{b\arcsin \left ( cx \right ) }{ \left ({c}^{2}{x}^{2}-1 \right ) dx}\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) }}-{\frac{bc}{d \left ({c}^{2}{x}^{2}-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) }\sqrt{-{c}^{2}{x}^{2}+1}\ln \left ( \left ( icx+\sqrt{-{c}^{2}{x}^{2}+1} \right ) ^{2}-1 \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arcsin(c*x))/x^2/(-c^2*d*x^2+d)^(1/2),x)

[Out]

-a/d/x*(-c^2*d*x^2+d)^(1/2)+I*b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/d/(c^2*x^2-1)*arcsin(c*x)*c-b*(-d*(c
^2*x^2-1))^(1/2)*arcsin(c*x)/d*x/(c^2*x^2-1)*c^2+b*(-d*(c^2*x^2-1))^(1/2)*arcsin(c*x)/d/x/(c^2*x^2-1)-b*(-d*(c
^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/d/(c^2*x^2-1)*ln((I*c*x+(-c^2*x^2+1)^(1/2))^2-1)*c

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/x^2/(-c^2*d*x^2+d)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 2.09764, size = 487, normalized size = 7.38 \begin{align*} \left [\frac{b c \sqrt{d} x \log \left (\frac{c^{2} d x^{6} + c^{2} d x^{2} - d x^{4} - \sqrt{-c^{2} d x^{2} + d} \sqrt{-c^{2} x^{2} + 1}{\left (x^{4} - 1\right )} \sqrt{d} - d}{c^{2} x^{4} - x^{2}}\right ) - 2 \, \sqrt{-c^{2} d x^{2} + d}{\left (b \arcsin \left (c x\right ) + a\right )}}{2 \, d x}, \frac{b c \sqrt{-d} x \arctan \left (\frac{\sqrt{-c^{2} d x^{2} + d} \sqrt{-c^{2} x^{2} + 1}{\left (x^{2} + 1\right )} \sqrt{-d}}{c^{2} d x^{4} -{\left (c^{2} + 1\right )} d x^{2} + d}\right ) - \sqrt{-c^{2} d x^{2} + d}{\left (b \arcsin \left (c x\right ) + a\right )}}{d x}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/x^2/(-c^2*d*x^2+d)^(1/2),x, algorithm="fricas")

[Out]

[1/2*(b*c*sqrt(d)*x*log((c^2*d*x^6 + c^2*d*x^2 - d*x^4 - sqrt(-c^2*d*x^2 + d)*sqrt(-c^2*x^2 + 1)*(x^4 - 1)*sqr
t(d) - d)/(c^2*x^4 - x^2)) - 2*sqrt(-c^2*d*x^2 + d)*(b*arcsin(c*x) + a))/(d*x), (b*c*sqrt(-d)*x*arctan(sqrt(-c
^2*d*x^2 + d)*sqrt(-c^2*x^2 + 1)*(x^2 + 1)*sqrt(-d)/(c^2*d*x^4 - (c^2 + 1)*d*x^2 + d)) - sqrt(-c^2*d*x^2 + d)*
(b*arcsin(c*x) + a))/(d*x)]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{a + b \operatorname{asin}{\left (c x \right )}}{x^{2} \sqrt{- d \left (c x - 1\right ) \left (c x + 1\right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*asin(c*x))/x**2/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Integral((a + b*asin(c*x))/(x**2*sqrt(-d*(c*x - 1)*(c*x + 1))), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{b \arcsin \left (c x\right ) + a}{\sqrt{-c^{2} d x^{2} + d} x^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/x^2/(-c^2*d*x^2+d)^(1/2),x, algorithm="giac")

[Out]

integrate((b*arcsin(c*x) + a)/(sqrt(-c^2*d*x^2 + d)*x^2), x)